* lisp/treesit.el (treesit-outline-search): Handle bobp specially.
authorJuri Linkov <juri@linkov.net>
Thu, 9 May 2024 06:28:50 +0000 (09:28 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 9 May 2024 06:28:50 +0000 (09:28 +0300)
commit9b7dd30807ed4be9afe4f66cfa5130aa7d178989
tree76ac8f08834c5e35f86344d74c729904c209d569
parent24c02c700cad3ed94687cf694856a0bee42405ba
* lisp/treesit.el (treesit-outline-search): Handle bobp specially.

At the beginning of the buffer call 'treesit-outline-search'
recursively with the `looking-at' argument set to t, since
`treesit-navigate-thing' can't find a thing at bobp (bug#70789).
lisp/treesit.el